home *** CD-ROM | disk | FTP | other *** search
/ The Epic Interactive Encyclopedia 1998 / Epic Interactive Encyclopedia, The - 1998 Edition (1998)(Epic Marketing).iso / Menufiles / scripts / updateindexfile.script < prev    next >
Text File  |  1992-09-01  |  547b  |  15 lines

  1. ; This script updates the main index file for the encyclopedia
  2. ; It copies the CD_Index file to T:, appends the HD index,
  3. ; sorts the file and copies it to the original destination.
  4.  
  5. Copy Epic_Encyclopedia:Menufiles/Indexfiles/CD_Index.txt T:Indexfile.txt
  6.  
  7. Execute Epic_Encyclopedia:Menufiles/Scripts/MakeHD_Index.script
  8. Type EpicData:Indexfiles/HD_Index.txt >>T:Indexfile.txt
  9.  
  10. Sort T:Indexfile.txt T:Indexfile.txt
  11. Epicdata:Tools/Remdoubles >T:double T:Indexfile.txt
  12.  
  13. Copy T:double EpicData:Index
  14. Delete >NIL: T:Indexfile.txt
  15. Delete >NIL: T:Double